home *** CD-ROM | disk | FTP | other *** search
- head 5.4;
- branch 5.4.0;
- access;
- symbols
- RELEASE:5.4.0.3
- BETA:5.4.0.2
- UICSO:5.4.0
- VANILLA:5.4;
- locks; strict;
- comment @ * @;
-
-
- 5.4
- date 90.06.20.08.35.59; author paul; state Exp;
- branches
- 5.4.0.1;
- next ;
-
- 5.4.0.1
- date 91.04.05.14.52.13; author paul; state Exp;
- branches;
- next 5.4.0.2;
-
- 5.4.0.2
- date 91.05.18.03.22.50; author paul; state Exp;
- branches;
- next 5.4.0.3;
-
- 5.4.0.3
- date 91.06.21.12.53.40; author paul; state Exp;
- branches;
- next ;
-
-
- desc
- @@
-
-
-
- 5.4
- log
- @5.64 Berkeley release
- @
- text
- @/*
- * Copyright (c) 1983 Eric P. Allman
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted provided
- * that: (1) source distributions retain this entire copyright notice and
- * comment, and (2) distributions including binaries display the following
- * acknowledgement: ``This product includes software developed by the
- * University of California, Berkeley and its contributors'' in the
- * documentation or other materials provided with the distribution and in
- * all advertising materials mentioning features or use of this software.
- * Neither the name of the University nor the names of its contributors may
- * be used to endorse or promote products derived from this software without
- * specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @@(#)mailstats.h 5.4 (Berkeley) 6/1/90
- */
-
- /*
- ** Statistics structure.
- */
-
- struct statistics
- {
- time_t stat_itime; /* file initialization time */
- short stat_size; /* size of this structure */
- long stat_nf[MAXMAILERS]; /* # msgs from each mailer */
- long stat_bf[MAXMAILERS]; /* kbytes from each mailer */
- long stat_nt[MAXMAILERS]; /* # msgs to each mailer */
- long stat_bt[MAXMAILERS]; /* kbytes to each mailer */
- };
- @
-
-
- 5.4.0.1
- log
- @Added RCS ID string.
- @
- text
- @a20 1
- * @@(#)$Id$
- @
-
-
- 5.4.0.2
- log
- @Mailer specific values changed from long to unsigned long. Part of the
- System 5 and general improvement patches contributed by Bruce Lilly
- (bruce%balilly@@broadcast.sony.com).
- @
- text
- @d21 1
- a23 5
- #ifndef lint
- static char mailstats_h_sccs_id[] = "@@(#)mailstats.h 5.4 (Berkeley) 6/1/90 %I% local";
- static char mailstats_h_rcsid[] = "@@(#)$Id$";
- #endif
-
- d30 6
- a35 6
- time_t stat_itime; /* file initialization time */
- short stat_size; /* size of this structure */
- unsigned long stat_nf[MAXMAILERS]; /* # msgs from each mailer */
- unsigned long stat_bf[MAXMAILERS]; /* kbytes from each mailer */
- unsigned long stat_nt[MAXMAILERS]; /* # msgs to each mailer */
- unsigned long stat_bt[MAXMAILERS]; /* kbytes to each mailer */
- @
-
-
- 5.4.0.3
- log
- @Changed sccsid[].
- @
- text
- @d24 2
- a25 2
- static char mailstats_h_sccs_id[] = "@@(#)mailstats.h 5.4 (Berkeley) 6/1/90";
- static char mailstats_h_rcsid[] = "@@(#)$Id: mailstats.h,v 5.4.0.2 1991/05/18 03:22:50 paul Exp paul $";
- @
-